gotest.tools/v3/internal/difflib.SequenceMatcher.findLongestMatch (method)

2 uses

	gotest.tools/v3/internal/difflib (current package)
		difflib.go#L192: func (m *SequenceMatcher) findLongestMatch(alo, ahi, blo, bhi int) Match {
		difflib.go#L283: 		match := m.findLongestMatch(alo, ahi, blo, bhi)